FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CapabilityStatement/FHIR Server from package de.medizininformatikinitiative.use-case.omi#0.3.8 (172 ms)

Package de.medizininformatikinitiative.use-case.omi
Type CapabilityStatement
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=de.medizininformatikinitiative.use-case.omi@0.3.8&canonical=http://omi.de/fhir/registry/CapabilityStatement/OMIRegistryCapabilityStatement
Url http://omi.de/fhir/registry/CapabilityStatement/OMIRegistryCapabilityStatement
Version 0.3.8
Status active
Date 2024-12-11
Name OMI Registry Capability Statement
Title OMI Registry Capability Statement
Experimental False
Realm de
Description Das vorliegende CapabilityStatement beschreibt alle vorgesehenen Interaktionen der OMI-Registry.
Kind requirements

Resources that use this resource

No resources found


Resources that this resource uses

SearchParameter
http://omi.de/fhir/registry/SearchParameter/DevicePropertyTypeAndCodeSP DevicePropertyTypeCode
http://omi.de/fhir/registry/SearchParameter/DevicePropertyTypeSP DevicePropertyTypeSP
http://omi.de/fhir/registry/SearchParameter/DevicePropertyValueCodeSP DevicePropertyValueCodeSP
http://omi.de/fhir/registry/SearchParameter/MaxResolutionXSP MaxResolutionXSP
http://omi.de/fhir/registry/SearchParameter/MaxResolutionYSP MaxResolutionYSP
http://omi.de/fhir/registry/SearchParameter/MaxResolutionZSP MaxResolutionZSP
http://omi.de/fhir/registry/SearchParameter/MinResolutionXSP MinResolutionXSP
http://omi.de/fhir/registry/SearchParameter/MinResolutionYSP MinResolutionYSP
http://omi.de/fhir/registry/SearchParameter/MinResolutionZSP MinResolutionZSP
http://omi.de/fhir/registry/SearchParameter/ServiceEstimatedWaitingTimeSP ServiceEstimatedWaitingTimeSP
http://omi.de/fhir/registry/SearchParameter/ServiceInferencePriceSP InferencePrice
http://omi.de/fhir/registry/SearchParameter/ServiceQueueLengthSP ServiceQueueLengthSP
http://omi.de/fhir/registry/SearchParameter/ServiceStatuscodeSP ServiceStatuscodeSP
http://omi.de/fhir/registry/SearchParameter/ServiceToAlgorithmLinkSP ServiceToAlgorithmLinkSP
http://omi.de/fhir/registry/StructureDefinition/algorithm-device Algorithm
http://omi.de/fhir/registry/StructureDefinition/omi-endpoint Endpoint
http://omi.de/fhir/registry/StructureDefinition/omi-organization Organization
http://omi.de/fhir/registry/StructureDefinition/omi-service-output-parameter Omi Output Parameter
http://omi.de/fhir/registry/StructureDefinition/omi-service HealthcareService


Source

{
  "resourceType" : "CapabilityStatement",
  "id" : "OMIRegistryCapabilityStatement",
  "url" : "http://omi.de/fhir/registry/CapabilityStatement/OMIRegistryCapabilityStatement",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.molit.eu"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "code" : "DE",
          "system" : "urn:iso:std:iso:3166",
          "display" : "Germany"
        }
      ]
    }
  ],
  "format" : [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest" : [
    {
      "resource" : [
        {
          "supportedProfile" : [
            "http://omi.de/fhir/registry/StructureDefinition/algorithm-device"
          ],
          "searchParam" : [
            {
              "name" : "device-name",
              "definition" : "http://hl7.org/fhir/SearchParameter/Device-device-name",
              "type" : "string"
            },
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Device-identifier",
              "type" : "token"
            },
            {
              "name" : "organization",
              "definition" : "http://hl7.org/fhir/SearchParameter/Device-organization",
              "type" : "reference"
            },
            {
              "name" : "status",
              "definition" : "http://hl7.org/fhir/SearchParameter/Device-status",
              "type" : "token"
            },
            {
              "name" : "property-type",
              "definition" : "http://omi.de/fhir/registry/SearchParameter/DevicePropertyTypeSP",
              "type" : "token"
            },
            {
              "name" : "property-value-code",
              "definition" : "http://omi.de/fhir/registry/SearchParameter/DevicePropertyValueCodeSP",
              "type" : "token"
            },
            {
              "name" : "property-type-code",
              "definition" : "http://omi.de/fhir/registry/SearchParameter/DevicePropertyTypeAndCodeSP",
              "type" : "composite"
            },
            {
              "name" : "min-res-x",
              "definition" : "http://omi.de/fhir/registry/SearchParameter/MinResolutionXSP",
              "type" : "quantity"
            },
            {
              "name" : "min-res-y",
              "definition" : "http://omi.de/fhir/registry/SearchParameter/MinResolutionYSP",
              "type" : "quantity"
            },
            {
              "name" : "min-res-z",
              "definition" : "http://omi.de/fhir/registry/SearchParameter/MinResolutionZSP",
              "type" : "quantity"
            },
            {
              "name" : "max-res-x",
              "definition" : "http://omi.de/fhir/registry/SearchParameter/MaxResolutionXSP",
              "type" : "quantity"
            },
            {
              "name" : "max-res-y",
              "definition" : "http://omi.de/fhir/registry/SearchParameter/MaxResolutionYSP",
              "type" : "quantity"
            },
            {
              "name" : "max-res-z",
              "definition" : "http://omi.de/fhir/registry/SearchParameter/MaxResolutionZSP",
              "type" : "quantity"
            }
          ],
          "type" : "Device"
        },
        {
          "supportedProfile" : [
            "http://omi.de/fhir/registry/StructureDefinition/omi-service"
          ],
          "searchParam" : [
            {
              "name" : "organization",
              "definition" : "http://hl7.org/fhir/SearchParameter/HealthcareService-organization",
              "type" : "reference"
            },
            {
              "name" : "active",
              "definition" : "http://hl7.org/fhir/SearchParameter/HealthcareService-active",
              "type" : "token"
            },
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/HealthcareService-identifier",
              "type" : "token"
            },
            {
              "name" : "name",
              "definition" : "http://hl7.org/fhir/SearchParameter/HealthcareService-name",
              "type" : "string"
            },
            {
              "name" : "servicetoalgorithm",
              "definition" : "http://omi.de/fhir/registry/SearchParameter/ServiceToAlgorithmLinkSP",
              "type" : "reference"
            },
            {
              "name" : "statuscode",
              "definition" : "http://omi.de/fhir/registry/SearchParameter/ServiceStatuscodeSP",
              "type" : "token"
            },
            {
              "name" : "queue-length",
              "definition" : "http://omi.de/fhir/registry/SearchParameter/ServiceQueueLengthSP",
              "type" : "number"
            },
            {
              "name" : "estimated-waiting-time",
              "definition" : "http://omi.de/fhir/registry/SearchParameter/ServiceEstimatedWaitingTimeSP",
              "type" : "number"
            },
            {
              "name" : "inference-price",
              "definition" : "http://omi.de/fhir/registry/SearchParameter/ServiceInferencePriceSP",
              "type" : "quantity"
            }
          ],
          "type" : "HealthcareService"
        },
        {
          "supportedProfile" : [
            "http://omi.de/fhir/registry/StructureDefinition/omi-endpoint"
          ],
          "searchParam" : [
            {
              "name" : "connection-type",
              "definition" : "http://hl7.org/fhir/SearchParameter/Endpoint-connection-type",
              "type" : "token"
            },
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Endpoint-identifier",
              "type" : "token"
            },
            {
              "name" : "name",
              "definition" : "http://hl7.org/fhir/SearchParameter/Endpoint-name",
              "type" : "string"
            },
            {
              "name" : "organization",
              "definition" : "http://hl7.org/fhir/SearchParameter/Endpoint-organization",
              "type" : "reference"
            },
            {
              "name" : "status",
              "definition" : "http://hl7.org/fhir/SearchParameter/Endpoint-status",
              "type" : "token"
            }
          ],
          "type" : "Endpoint"
        },
        {
          "supportedProfile" : [
            "http://omi.de/fhir/registry/StructureDefinition/omi-organization"
          ],
          "searchParam" : [
            {
              "name" : "active",
              "definition" : "http://hl7.org/fhir/SearchParameter/Organization-active",
              "type" : "token"
            },
            {
              "name" : "address",
              "definition" : "http://hl7.org/fhir/SearchParameter/Organization-address",
              "type" : "string"
            },
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Organization-identifier",
              "type" : "token"
            },
            {
              "name" : "name",
              "definition" : "http://hl7.org/fhir/SearchParameter/Organization-name",
              "type" : "string"
            }
          ],
          "type" : "Organization"
        },
        {
          "supportedProfile" : [
            "http://omi.de/fhir/registry/StructureDefinition/omi-service-output-parameter"
          ],
          "searchParam" : [
            {
              "name" : "status",
              "definition" : "http://hl7.org/fhir/SearchParameter/conformance-status",
              "type" : "token"
            },
            {
              "name" : "url",
              "definition" : "http://hl7.org/fhir/SearchParameter/conformance-url",
              "type" : "uri"
            }
          ],
          "type" : "StructureDefinition"
        }
      ],
      "mode" : "server"
    }
  ],
  "status" : "active",
  "experimental" : false,
  "version" : "0.3.8",
  "publisher" : "MOLIT gGmbH",
  "date" : "2024-12-11",
  "name" : "OMI Registry Capability Statement",
  "title" : "OMI Registry Capability Statement",
  "description" : "Das vorliegende CapabilityStatement beschreibt alle vorgesehenen Interaktionen der OMI-Registry.",
  "kind" : "requirements",
  "fhirVersion" : "4.0.1",
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.